home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_LDAPWAIT / TDLG_LDAPWAIT.txt
Text File  |  2002-07-04  |  1KB  |  52 lines

  1. object Dlg_LdapWait: TDlg_LdapWait
  2.   Left = 269
  3.   Top = 234
  4.   BorderStyle = bsNone
  5.   ClientHeight = 39
  6.   ClientWidth = 347
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 233
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'Connecting to the Address Server, please wait...'
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 264
  30.     Top = 8
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.     OnClick = btnCancelClick
  38.   end
  39.   object Timer: TTimer
  40.     Enabled = False
  41.     Interval = 300
  42.     OnTimer = TimerTimer
  43.     Left = 312
  44.     Top = 8
  45.   end
  46.   object Language: TLanguage
  47.     LangCenter = DM_Language.LangCenter
  48.     Left = 160
  49.     Top = 8
  50.   end
  51. end
  52.